home *** CD-ROM | disk | FTP | other *** search
/ EROS 2 / EROS 2.iso / mac / EROS vol.2 / EROS vol.DXR / 00055.ls < prev    next >
Encoding:
Text File  |  1995-12-20  |  242 b   |  12 lines

  1. on exitFrame
  2.   global md1
  3.   go(marker(0) + 1)
  4.   if the movieTime of sprite 2 > md1 then
  5.     set the movieRate of sprite 2 to -0.5
  6.   end if
  7.   if the movieTime of sprite 2 < 5 then
  8.     set the movieRate of sprite 2 to 0.5
  9.   end if
  10.   Navi()
  11. end
  12.